home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / games / zmud455.zip / ZMUD.EXE / 0 / RCDATA / TREADDLG / TREADDLG.txt
Text File  |  1997-04-13  |  2KB  |  80 lines

  1. object ReadDlg: TReadDlg
  2.   Left = 243
  3.   Top = 150
  4.   BorderStyle = bsDialog
  5.   Caption = 'Reading'
  6.   ClientHeight = 92
  7.   ClientWidth = 352
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 85
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     Caption = 'Reading from file: '
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 70
  31.     Top = 32
  32.     Width = 23
  33.     Height = 13
  34.     Alignment = taRightJustify
  35.     Caption = 'Line:'
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object LineNum: TLabel
  43.     Left = 96
  44.     Top = 32
  45.     Width = 8
  46.     Height = 13
  47.     Caption = '1'
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object FileName: TLabel
  55.     Left = 96
  56.     Top = 8
  57.     Width = 5
  58.     Height = 13
  59.     Font.Color = clBlack
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.   end
  65.   object CancelBtn: TBitBtn
  66.     Left = 136
  67.     Top = 56
  68.     Width = 77
  69.     Height = 27
  70.     Font.Color = clBtnText
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 0
  76.     OnClick = CancelBtnClick
  77.     Kind = bkAbort
  78.   end
  79. end
  80.